Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev to master #2416

Merged
merged 168 commits into from
Jan 31, 2024
Merged

Merge dev to master #2416

merged 168 commits into from
Jan 31, 2024

Conversation

NaoUnderscore
Copy link
Collaborator

No description provided.

NaoUnderscore and others added 30 commits September 10, 2023 18:13
* Make `Server.RunCommand` return response

* Make obsolute

* Fix
Co-authored-by: Thunder <thundermaker300@gmail.com>
Co-authored-by: Thunder <thundermaker300@gmail.com>
* fixed event for buckshot and railgun and added firearm in args

* Added firearm

* Update Shot.cs

* Use .Cast<Firearm>() in Shot.cs

* ShotEventArgs extends IFirearmEvent, added Item and changed order of properties

* Changed order of CanHurt in ShotEventArgs

* Make ShootingEventArgs extends IFirearmEvent instead of IItemEvent
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* AnimationCurve

* Bad documentation

* Removing     'Exiled.Updater',

* Revert "Removing     'Exiled.Updater',"

This reverts commit b8d4e7c.
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Make these better.

* Remove this

* Fix dev build errors

* Make it non-breaking

* Mark obsolete

* Smol fucky wucky

* yes

* Erm, Am I dumb?

* Better responses
…`Exiled::Updater` rework. (#2085)

* `Exiled.Updater` rework

* Removed old `Exiled.Updater`

* Fix `nuspec` build

* Prevent Exiled from being loaded if out to date and no releases are available yet.

* Added `StateMachine` API.
Added `DynamicEvents` API.
Added `EBehaviour` component.
Fixed docs in `ManagedObjectTypeAttribute`.
Fixed typos in `CustomRoles::API::Extensions`.

* Fix typo

* Not finish

* Some fixes to `Exiled::Updater`.
Now it actually runs on a different thread without blocking the normal server exec/startup.

* Don't care

* Updater's logs are now debugs

* Fix typo

Co-authored-by: VALERA771 <72030575+VALERA771@users.noreply.github.com>

* Fix Exiled.nuspec

* use ternary op

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>

* Fix Yamato's commit

* Fixed `StaticActor` structure

---------

Co-authored-by: Nao <nao@teslaitstudios.com>
Co-authored-by: louis1706 <louismonneyron5@yahoo.com>
Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
Co-authored-by: VALERA771 <72030575+VALERA771@users.noreply.github.com>
* ChangeLightsColor and ResetLightsColor addition.
* Yes

* Yamato fix

* There

* Switches are better
…#2117)

* Add RotationTime, DoorOpenTime, DoorCloseTime and MoveTime

* Update Lift.cs

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
#2139)

* Fixed crashing issue caused by changing appearance of a disconnected player

* Update MirrorExtensions.cs

---------

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Fix SetAmmo(AmmoType.None) crash

* 100% sure no error with this
* EventList

* Update Event.cs
VALERA771 and others added 29 commits December 5, 2023 22:58
* huh?

* oops

* another one

* Revert "another one"

This reverts commit 0bae3ad.

* y've never seen last commit

* Update Exiled.Events/Features/Event{T}.cs

* fux

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
* ValidatingVisibility Event

* text

* fix again

* build error fixes

* docs fix

* Update Exiled.Events/EventArgs/Scp939/ValidatingVisibilityEventArgs.cs

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>

* Update Exiled.Events/Handlers/Scp939.cs

* Update Exiled.Events/Handlers/Scp939.cs

* Update Exiled.Events/EventArgs/Scp939/ValidatingVisibilityEventArgs.cs

* Update Exiled.Events/EventArgs/Scp939/ValidatingVisibilityEventArgs.cs

---------

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Patch Rework

* Update Exiled.Events/Patches/Generic/DoorList.cs

* uhmmmm
* Add Door EVent

* Add to DropItem isThrown

* Door

* Add voicelines SCP-3114

* Update Player.cs

* Oops

* Oops v3

* Convert bool Prefix to Transpiler

* Update Exiled.Events/Handlers/Scp3114.cs

* Update Exiled.Events/Handlers/Scp3114.cs

---------

Co-authored-by: BoltonII <boltonii.mc@gmail.com>
Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Add files via upload

Added a public method for change item's owner.
By encapsulating ChangeOwner method.

* Fixed issue about extra tab

* Fixed reference issue.

* Update Exiled.API/Features/Items/Item.cs

---------

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* v8.4.3 (#2305)

* Fixed SCP-3114 spelling errors and stylecop XML formatting.

---------

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
Co-authored-by: Nao <nao@teslaitstudios.com>
Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
* Update Events.md

* Update Events.md

* Update docs/docs/Plugins/Events.md

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>

* Update docs/docs/Plugins/Events.md

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>

---------

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Scp244MoreAPI

* Apply suggestions from code review

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>

---------

Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
* Round.IgnoredPlayers  fix

* Update Exiled.Events/Patches/Events/Server/RoundEnd.cs

* Update Exiled.Events/Patches/Events/Server/RoundEnd.cs

* Update Exiled.Events/Patches/Events/Server/RoundEnd.cs

* Update Exiled.Events/Patches/Events/Server/RoundEnd.cs

---------

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* SelectingRespawnTeamEventArgs

* Apply suggestions from code review

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>

* Update Exiled.Events/Patches/Events/Server/SelectingRespawnTeam.cs

---------

Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
* Update Documentation

* Spacing
* TryUseBody Transpiler + fix

* Disguising Transpiler

* Revealing + RevealingKey Transpiler

* Fix

* Edit doc

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
* Fix TransmittingEvent

* :)

* Prevent breaking plugin

* :)

* Remove warning

* I'm dumb

* Fixing up XML Formatting

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
* Scp173BeingLooked Transpiler

* Fix

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
* Scp3114AttackAhpFix

* Update Scp3114AttackAhpFix.cs

* Update Scp3114AttackAhpFix.cs
* Add Door EVent

* Add Door Event

* Add Door Event

* Fix

* Oops

* Oops v2

* Oops

* Delete Door Event

* Create DamagingDoorEventArgs.cs

* Create DamagingDoor.cs

* Adding event Toggling Radio

* Delete DamagingDoorEventArgs.cs

* Create DamagingDoorEventArgs.cs

* Convert prefix to transpiler + fix docs

* Update TogglingRadio.cs

* Update TogglingRadioEventArgs.cs

* Update Exiled.Events/Patches/Events/Player/TogglingRadio.cs

Co-authored-by: Bolton <48883340+BoltonDev@users.noreply.github.com>

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
Co-authored-by: BoltonDev <boltonii.mc@gmail.com>
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
Co-authored-by: Bolton <48883340+BoltonDev@users.noreply.github.com>
* Update for PostXMAS

* WeaponFixFromXMAS

* remove var

* Fix RegisteringEvent

* more var remove
@NaoUnderscore NaoUnderscore merged commit 471b4bb into master Jan 31, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.